home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / obero / oberon_lib.lha / oberon-a / Unpacking.readme < prev    next >
Text File  |  1994-08-08  |  1KB  |  37 lines

  1.  
  2.      $RCSfile: Unpacking.readme $
  3.   Description: Instructions for unpacking the archive.
  4.  
  5.    Created by: fjc (Frank Copeland)
  6.     $Revision: 1.2 $
  7.       $Author: fjc $
  8.         $Date: 1994/08/08 21:53:44 $
  9.   _________________________________________________________________________
  10.  
  11.   The Oberon-A archives are designed to unpack into a directory called
  12.   Oberon-A.  Each archive contains sub-archives that are designed to unpack
  13.   into sub-directories under the Oberon-A directory.  The documentation and
  14.   utilities rely on the directory structure built-in to the archives, so do
  15.   not change it gratuitously.
  16.  
  17.   Assuming you have already unpacked the main archive (otherwise you would
  18.   not be reading this) take the following steps to complete the extraction:
  19.  
  20.     * Change directory to the Oberon-A directory
  21.  
  22.     * Extract the sub-archives
  23.  
  24.       Using LhA: lha x #?.lha
  25.  
  26.       Note: The guienv.lha and OEL0_3.lha archives in the
  27.       Oberon-A_1.4_bin.lha archive do not conform to the normal Oberon-A
  28.       directory structure and they need to be unpacked seperately.
  29.  
  30.     * Delete the archives
  31.  
  32.   If you have a previous version of Oberon-A already installed, use the "-T"
  33.   option of LhA to extract only those files which have changed:
  34.  
  35.     lha -T x #?.lha
  36.  
  37.